CxUisEditor Object

The CxUisEditor object is a dialog box-based editor for the Universal Interface Service (UIS). Declare the object using the following code:

CreateObject("CxEditors.CxUisEditor")

Each method in this document will assume you have declared and connected the CxUisEditor object using the following code:

Dim UisEditor

Set UisEditor = CreateObject("CxEditors.CxUisEditor")

UisEditor.Connect("CYGDEMO.UIS")


More: